This sample contains all the customization tags with content removed.

To install this sample, follow these steps:
1. Create a directory "custom/" in the Genesys Desktop
   Application directory "webapps/gdesktop/".
2. Copy all the files from this sample folder and paste
   them into the "custom/" directory that you have 
   just created.
3. Copy the file "custom.properties" from the directory
   "webapps/gdesktop/WEB-INF/classes/" and paste it into
   the "custom/" directory that you have just created.
4. Modify the file "webapps/gdesktop/WEB-INF/web.xml"
   by specifying the "/custom/custom.xml" file in the
   "customFile" parameter of the "initUAD" servlet tag.



You can use this sample to do the following:

1) employ it as a template to be completed for a new customization.
Note: you should delete all JavaScript code to replace it with your custom code.

2) test all constants, variables, and functions available in JavaScripts tags.
To do this, launch the Genesys Agent Desktop:
    - enter agent login parameters and click Next.
    - ensure that no chat media nor sms are available, even if the
      agent is configured to have them.
    - login the agent.
    - follow the test instructions that are displayed in the
      custom panels
After the agent logged out, a dialog box is displayed reporting errors. The
report displays the constants, variables, and functions that are not defined,
and the JavaScript-functions that have not been executed.

